Package-level declarations

Types

Link copied to clipboard

Callback interface for barcode detection events.

Link copied to clipboard
sealed interface DetectionMode
Link copied to clipboard
Convenience callback that persists the captured JPEG to outputFile before onImageCaptured is called.
Link copied to clipboard
Link copied to clipboard
interface FocusIndicator
Link copied to clipboard
Receives image capture results on the main thread.
Link copied to clipboard
Link copied to clipboard
open class ScanFragment : Fragment
Fragment managing the access to the camera and holding a preview.
Link copied to clipboard
data class SpatialBarcode(val value: String, val type: Barcode.Type, val bounds: Rect? = null, val sourceImageWidth: Int = 0, val sourceImageHeight: Int = 0)

Functions

Link copied to clipboard